home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Utils / Universal Viewer / UniversalViewer.exe / Viewer.exe / 0 / RCDATA / TFORMVIEWGOTO / TFORMVIEWGOTO.txt
Encoding:
Text File  |  2009-10-23  |  1.9 KB  |  104 lines

  1. object FormViewGoto: TFormViewGoto
  2.   Left = 338
  3.   Top = 255
  4.   ActiveControl = edPos
  5.   BorderStyle = bsDialog
  6.   Caption = 'Go to'
  7.   ClientHeight = 204
  8.   ClientWidth = 265
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object btnOk: TButton
  21.     Left = 48
  22.     Top = 172
  23.     Width = 81
  24.     Height = 23
  25.     Caption = 'OK'
  26.     Default = True
  27.     ModalResult = 1
  28.     TabOrder = 1
  29.   end
  30.   object btnCancel: TButton
  31.     Left = 136
  32.     Top = 172
  33.     Width = 81
  34.     Height = 23
  35.     Cancel = True
  36.     Caption = 'Cancel'
  37.     ModalResult = 2
  38.     TabOrder = 2
  39.   end
  40.   object boxPosition: TGroupBox
  41.     Left = 8
  42.     Top = 4
  43.     Width = 249
  44.     Height = 161
  45.     Caption = 'Position:'
  46.     TabOrder = 0
  47.     object edPos: TEdit
  48.       Left = 56
  49.       Top = 16
  50.       Width = 81
  51.       Height = 21
  52.       TabOrder = 0
  53.     end
  54.     object chkPercent: TRadioButton
  55.       Left = 56
  56.       Top = 40
  57.       Width = 190
  58.       Height = 17
  59.       Caption = '&Percent (%)'
  60.       TabOrder = 1
  61.     end
  62.     object chkHex: TRadioButton
  63.       Left = 56
  64.       Top = 80
  65.       Width = 190
  66.       Height = 17
  67.       Caption = '&Hex offset'
  68.       TabOrder = 3
  69.     end
  70.     object chkDec: TRadioButton
  71.       Left = 56
  72.       Top = 96
  73.       Width = 190
  74.       Height = 17
  75.       Caption = '&Decimal offset'
  76.       TabOrder = 4
  77.     end
  78.     object chkSelStart: TRadioButton
  79.       Left = 56
  80.       Top = 120
  81.       Width = 190
  82.       Height = 17
  83.       Caption = 'Selection start'
  84.       TabOrder = 5
  85.     end
  86.     object chkSelEnd: TRadioButton
  87.       Left = 56
  88.       Top = 136
  89.       Width = 190
  90.       Height = 17
  91.       Caption = 'Selection end'
  92.       TabOrder = 6
  93.     end
  94.     object chkLine: TRadioButton
  95.       Left = 56
  96.       Top = 56
  97.       Width = 190
  98.       Height = 17
  99.       Caption = 'Line number'
  100.       TabOrder = 2
  101.     end
  102.   end
  103. end
  104.